Branch and price

In applied mathematics, branch and price is a method of combinatorial optimization for solving integer linear programs, (linear programming problems with many integer variables). The method is a hybrid of branch and bound and column generation methods.

Branch and price uses column generation at every node of the branch and bound tree to fathom the value of subproblems.

References